home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8538
/
8538.xpi
/
skin
/
overlay.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2010-02-06
|
4KB
|
306 lines
/* This is just an example. You shouldn't do this. */
#feedly-toolbar-button
{
list-style-image: url("chrome://feedly/skin/toolbar-button.png");
}
#feedly-toolbar-button:hover
{
list-style-image: url("chrome://feedly/skin/toolbar-button-over.png");
}
toolbar[iconsize="small"] #feedly-toolbar-button
{
list-style-image: url("chrome://feedly/skin/toolbar-button-16x16.png");
}
toolbar[iconsize="small"] #feedly-toolbar-button:hover
{
list-style-image: url("chrome://feedly/skin/toolbar-button-16x16-over.png");
}
#feedly-panel
{
padding: 0px;
margin: 0px;
}
#feedly-popup-panel
{
cursor : pointer;
border:none;
padding: 0px;
}
#feedly-popup
{
padding : 0px;
margin : 0px;
overflow-y : auto;
overflow-x : hidden;
border : 8px solid #c3dcf0;
background-color: #c3dcf0;
}
#feedly-popup-viewer
{
padding : 0px;
margin : 0px;
border : 8px solid #EAEAEA;
}
.inlineFormContainer
{
font-size: 10pt;
padding-left: 10px;
padding-right: 20px;
}
.inlineFormContainer h1
{
font-size: 12px;
font-weight: bold;
color:#1a3f7a;
margin-top: 2px;
margin-bottom: 6px;
text-transform: none;
padding-left: 0px;
padding-top: 10px;
}
.inlineFormContainer .msgSize
{
font-size: 22pt;
font-family: 'Georgia','Serif';
color:#1a3f7a;
font-weight: bold;
}
.inlineFormContainer .warning
{
color: orange;
}
.inlineFormContainer .error
{
color: red;
}
.panelSending
{
padding: 5px;
border: 1px solid #DCDCDC;
background-color: #F0F0F0;
font-size: 10pt;
color: #666;
}
#formErrorMsg
{
font-size: 12px;
margin-right: 70px;
border: 1px dotted #930505;
background-color: #fbe0e0;
padding: 10px;
color: #930505;
}
#formWaitMsg
{
font-size: 12px;
margin-right: 70px;
padding: 10px;
color: #333333;
}
.inlineFormContainer .fieldSet
{
margin-top: 6px;
margin-bottom: 6px;
}
.inlineFormContainer .formErrorMsg
{
font-size: 12px;
border: 1px dotted #930505;
background-color: #fbe0e0;
padding: 10px;
color: #930505;
}
.fieldSet
{
margin-top: 15px;
margin-bottom: 15px;
}
.fieldLabel
{
font-size: 12px;
font-weight: bold;
color:#333333;
}
.fieldHint
{
font-size: 12px;
color:#5f7c9d;
}
.labelGroup
{
margin-bottom: 3px;
}
.staticValue, .checkboxLabel
{
font-size: 12px;
color: #000000;
}
.staticValue a
{
font-size: 12px;
color: #000000;
text-decoration:none;
}
.staticValue a:hover
{
font-size: 12px;
color: #000000;
text-decoration:underline;
}
.checkboxField
{
margin-top: 2px;
margin-bottom: 2px;
cursor: pointer;
-moz-user-select: none;
}
.textValue
{
font-size: 12px;
margin: 1px;
border: 1px solid #99b4d0;
background-color: #e6eef6;
padding: 3px;
}
.textValue:focus
{
margin: 0px;
border: 2px solid #5f7c9d;
background-color: #FFFFFF;
}
.fileValue
{
font-size: 12px;
margin: 1px;
border: 1px solid #99b4d0;
background-color: #e6eef6;
padding: 3px;
}
.fileValueFocused
{
font-size: 12px;
margin: 0px;
border: 2px solid #5f7c9d;
background-color: #FFFFFF;
padding: 3px;
}
.textareaValue
{
font-size: 12px;
margin: 1px;
border: 1px solid #99b4d0;
background-color: #e6eef6;
padding: 3px;
overflow-x: hidden;
}
.textareaValue:focus
{
margin: 0px;
border: 2px solid #5f7c9d;
background-color: #FFFFFF;
}
.textareaValueFocused
{
font-size: 12px;
margin: 0px;
border: 2px solid #5f7c9d;
background-color: #FFFFFF;
padding: 3px;
}
.checkboxLabelValue
{
font-size: 12px;
border: 1px solid #99b4d0;
background-color: #e6eef6;
padding: 3px;
}
.inlineFormContainer .actions
{
text-align: right;
margin-top: 10px;
margin-bottom: 10px;
height:27px;
}
.inlineFormContainer .actionButton
{
width:90px;
height:25px;
border: 0px;
background-image: url( chrome://feedly/skin/button-background.png );
background-repeat: no-repeat;
font-size: 12px;
font-weight: normal;
color:#1a3f7a;
text-align:center;
overflow-x:hidden;
overflow-y:hidden;
margin-left: 4px;
cursor: pointer;
float:right;
}
.inlineFormContainer .secondaryActionLink
{
color:red;
text-decoration: underline;
padding-left: 5px;
}
.inlineFormContainer .secondaryActionButton
{
height:27px;
border: 0px;
font-size: 12px;
font-weight: normal;
color:#AAAAAA;
text-align:center;
overflow-x:hidden;
overflow-y:hidden;
padding-top:6px;
margin-left: 6px;
margin-left: 6px;
cursor: pointer;
float:right;
}